home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / devel3.exe / READ.ME < prev    next >
Text File  |  1992-06-08  |  2KB  |  30 lines

  1. This is the REND386 library package.  It consists of:
  2.  
  3.   read.me       - this file
  4.   demo3.c       - source for the demo
  5.   rend386.h     - include file for the renderer routines and data structures
  6.   userint.h     - include file for the user interface routines
  7.   plg.h         - include file for the .PLG file i/o routines
  8.   pointer.h     - include file for 3D pointer routines
  9.   segasupp.h    - include file for Sega glasses & Nintendo Powerglove support
  10.   segio.h       - include file for segment i/o routines
  11.   color16.c     - color-related support routines, 16-color version
  12.   color256.c    - color-related support routines, 256-color version
  13.   mathinit.c    - routines for initializizing trig tables
  14.   render.c      - the bottom-level interface to the rendering routines
  15.   pointer.c     - maps 2D mouse to 3D pointer
  16.   plg.c         - reads and writes .PLG files
  17.   segio.c       - reads and writes .FIG files
  18.   stereov.c     - routines for stereoscopic viewing support
  19.   pcxmodey.c    - loads and saves .PCX files (screen capture and backgrounds)
  20.   demo3.mak     - the makefile for building demo2.exe (make -fdemo2.mak)
  21.   devel3.doc    - documentation
  22.   rend386.lib   - the rendering library
  23.   userint.lib   - the user interface library
  24.   blit16.lib    - the 16-color polygon blitter library
  25.   blit256.lib   - the 256-color polygon blitter library
  26.   sega.lib      - the Sega glasses and Nintendo Powerglove support library
  27.  
  28. For more information, read figure.doc, plg.doc and colors.doc (all are found
  29. in demo3.zip).
  30.